From 47bf29fed3b99d72c153d3c1581bf9a19c7a9b6d Mon Sep 17 00:00:00 2001 From: Felix Krull Date: Fri, 26 Mar 2021 20:31:01 +0100 Subject: [PATCH] lib: fix some version tags --- src/libostree/ostree-repo-static-delta-core.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/libostree/ostree-repo-static-delta-core.c b/src/libostree/ostree-repo-static-delta-core.c index c2536724..e4280af0 100644 --- a/src/libostree/ostree-repo-static-delta-core.c +++ b/src/libostree/ostree-repo-static-delta-core.c @@ -178,7 +178,7 @@ ostree_repo_list_static_delta_names (OstreeRepo *self, * This function synchronously enumerates all static delta indexes in the * repository, returning its result in @out_indexes. * - * Since: 2020.7 + * Since: 2020.8 */ gboolean ostree_repo_list_static_delta_indexes (OstreeRepo *self, @@ -1254,6 +1254,8 @@ file_has_content (OstreeRepo *repo, * This is normally called automatically when the summary is updated in ostree_repo_regenerate_summary(). * * Locking: shared + * + * Since: 2020.8 */ gboolean ostree_repo_static_delta_reindex (OstreeRepo *repo, -- 2.30.2